From: Lars Ingebrigtsen Date: Mon, 23 May 2022 06:19:04 +0000 (+0200) Subject: Make bootstrap remove more generated files X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~2349^2~492 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f471eaf44058cfec9e5f7eb53d0a66520f4d4f6d;p=emacs.git Make bootstrap remove more generated files * Makefile.in (bootstrap-clean): Remove lisp/leim/ja-dic/. --- diff --git a/Makefile.in b/Makefile.in index c3c218a1976..4b749636656 100644 --- a/Makefile.in +++ b/Makefile.in @@ -965,7 +965,7 @@ bootstrap-clean: $(distclean_dirs:=_bootstrap-clean) [ ! -f config.log ] || mv -f config.log config.log~ rm -rf ${srcdir}/info rm -f ${srcdir}/etc/refcards/emacsver.tex - rm -rf native-lisp/ + rm -rf native-lisp/ lisp/leim/ja-dic/ ${top_bootclean} ### 'maintainer-clean'